home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / programming / arexx / splitosdocs / splitosdocs.readme next >
Text File  |  1999-11-30  |  2KB  |  38 lines

  1. Short:    Splits OS3.5 HTML manuals into chapters
  2. Author:   Ron Goertz
  3. Uploader: goertz@earthlink.net (http://home.earthlink.net/~goertz/Ron/)
  4. Type:     util/rexx
  5. Replaces: util/rexx/SplitOSDocs
  6.  
  7. This ARexx macro will copy the OS 3.5 HTML manuals from your OS 3.5 CD to your
  8. harddrive, splitting the manuals into chapters as it does so. The indexes and
  9. tables of content are also updated.
  10.  
  11. Note that the original HTML documents are stored in four different formats,
  12. requiring this macro to be fairly specific to this version of the docs. The
  13. conversion of the Workbench manual takes about 27 minutes by itself, most of the
  14. time spent converting the document to a standard format. I can't guarantee the
  15. conversion process will work with non-English versions of the documentation.
  16.  
  17. WHY: Keep your browser from fainting at the prospect of loading 1MB HTML files
  18.      Speed up access to the parts of the manual you're interested in
  19.      Allow you to correct the numerous mistakes in the HTML docs
  20.  
  21. WHY NOT: You don't have 3.5 MB of free disk space
  22.          You don't have a legal copy of the OS 3.5 upgrade
  23.  
  24. REQUIREMENTS: A legally obtained OS 3.5 upgrade CD
  25.               OS 3.5 installed
  26.               3,474,427 bytes of free disk space
  27.               About 40 minutes. On a 25 MHz -040:
  28.                  It took 4.55 minutes to convert the arexx manual.
  29.                  It took 9.37 minutes to convert the dos manual.
  30.                  It took 0.76 minutes to convert the harddisk manual.
  31.                  It took 0.31 minutes to convert the installation manual.
  32.                  It took 27.20 minutes to convert the workbench manual.
  33.  
  34. USAGE: From a shell, type: rx <path>SplitOSDocs.rexx
  35.        Two file requesters will appear
  36.           The first one asks for the original (CD) files
  37.           The second one asks for the destination directory
  38.